@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
body {
  font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #343434;
  height: 100%;
}
body,
td,
div,
p,
br,
b,
strong,
i,
em,
a,
pre,
img,
dl,
dt,
dd,
li,
form,
th,
tr,
span {
  font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
a,
a:visited {
  color: #343434;
  text-decoration: none;
}
a:hover {
  color: #343434;
  text-decoration: underline;
}
.over_hid {
  overflow: hidden;
}
.songti {
  font-family: "宋体", Arial, Helvetica, sans-serif;
}
.en {
  font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.mar_top_20 {
  margin-top: 20px !important;
}
.mar_top_25 {
  margin-top: 25px !important;
}